-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OCPBUGS-38503: Reload router when defaultDestinationCA is updated #537
base: master
Are you sure you want to change the base?
Conversation
@bharath-b-rh: This pull request references CFE-986 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
cc @ShudiLi |
3a978ad
to
70e170d
Compare
/retest |
/retest e2e-agnostic |
@bharath-b-rh: The
The following commands are available to trigger optional jobs:
Use
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/test e2e-agnostic |
70e170d
to
19d1b7c
Compare
/test e2e-upgrade |
/cc @Miciah |
Tested it with 4.15.0-0.test-2023-11-28-002931-ci-ln-z8rzn72-latest
|
/label qe-approved |
@bharath-b-rh: This pull request references CFE-986 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Thank you @ShudiLi! |
/label docs-approved |
19d1b7c
to
b59b5f6
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@Miciah Yeah that should be fine, I can create a bug and ready the PR for review. |
@bharath-b-rh: This pull request references NE-1803 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
@bharath-b-rh: This pull request references NE-1803 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
/remove-lifecycle stale |
Hi @bharath-b-rh I converted this to a bug in the OCPBUGS project, https://issues.redhat.com/browse/OCPBUGS-38503. Please update the title and don't forget to add release notes to the bug. Thanks! |
@bharath-b-rh: This pull request references Jira Issue OCPBUGS-38503, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
/jira refresh |
@bharath-b-rh: This pull request references Jira Issue OCPBUGS-38503, which is valid. 3 validation(s) were run on this bug
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
/jira refresh |
@bharath-b-rh: This pull request references Jira Issue OCPBUGS-38503, which is valid. 3 validation(s) were run on this bug
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
/test e2e-metal-ipi-ovn-ipv6 |
@bharath-b-rh: all tests passed! Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
@Miciah ^^ |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Openshift router should reload HAProxy whenever the OpenShift service CA certificate is rotated/gets changed and should load the new certificate for usage.
Currently this does not happen until router issues HAProxy reload for anyother config change or the router itself is restarted for any reason.
Router creates a file watcher to observe
/var/run/configmaps/service-ca/service-ca.crt
file and reload when the file content has been modified.